home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Shareware
/
Programare
/
sharp
/
wwwSharp_setup.exe
/
{app}
/
Examples
/
Data access
/
Data bindings (DataSet XML)
/
Country.xsd
< prev
next >
Wrap
Extensible Markup Language
|
2003-12-16
|
928b
|
20 lines
<?xml version="1.0" standalone="yes"?>
<xs:schema id="Demo" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:element name="Demo" msdata:IsDataSet="true" msdata:Locale="ru-RU">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Country">
<xs:complexType>
<xs:sequence>
<xs:element name="Name" type="xs:string" minOccurs="0" />
<xs:element name="Capital" type="xs:string" minOccurs="0" />
<xs:element name="Continent" type="xs:string" minOccurs="0" />
<xs:element name="Area" type="xs:double" minOccurs="0" />
<xs:element name="Population" type="xs:double" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>